/* CSS Document */
/**common**/
* { margin: 0; padding: 0; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0; font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif; }
table, td, tr, th { border-collapse: collapse; border-spacing: 0; font-size: 14px; }
ol, ul { list-style: none; }
li { list-style-type: none; }
img { vertical-align: middle; border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: normal; }
address, cite, code, em, th, i { font-weight: normal; font-style: normal; }
.clear { clear: both; *zoom:1;
}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
body{ min-width:1300px;}
.w1300 { width: 1300px; margin: 0 auto; }

/*========== New 首页样式 begin ==========*/


/*headtop 开始 */
.ly_headtop { width: 100%; height: 40px; overflow: hidden; margin: 0 auto; padding: 0; background: #333b4a; }
.ly_headtop .lyht_main { height: 45px; overflow: hidden; margin: 0 auto; padding: 0; }
.lyht_main .lyht_fl { width: 50%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; float: left; }
.lyht_main .lyht_fr { width: 40%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 14px; text-align: right; float: right; }
.lyht_fl a { color: #fff; }
.lyht_fr a { display: inline-block; color: #fff; margin: 0; padding: 0 10px; }
.lyht_fr em { display: inline-block; width: 1px; height: 15px; overflow: hidden; margin: -2px 0 0; padding: 0; vertical-align: middle; background-color: #fff; }

/*headtop 结束*/

/**top**/
.ly_top { width: 100%; -webkit-box-shadow: 0 5px 2px rgba(0,0,0,.1); box-shadow: 0 2px 4px rgba(0,0,0,.1); z-index: 99999; position: relative; background: #fff; }
.ly_top .ly_top_in { width: 100%; max-width: 1300px; margin: 0 auto; height: 110px; padding: 0; }
.ly_top .top_logo { width: 280px; height: 110px; overflow: hidden; margin: 0 20px 0 0; padding: 0; float: left; }
.ly_top .ly_tel { overflow: hidden; margin: 30px 0; float: right; }
.ly_tel span { display: block; height: 20px; line-height: 20px; color: #777; font-size: 15px; margin: 0; padding: 0 0 0 20px; background: url(../images/top_tel.png) left top no-repeat; background-size: 15px 15px; }
.ly_tel p { height: 30px; line-height: 30px; color: #2957a4; font-size: 36px; font-weight: bold; margin: 0; padding: 0; }
/**nav**/
.ly_nav { width: 59%; float: left; margin: 0 auto; padding: 0; }
.navigation { padding: 0; list-style: none; }
.navigation li { float: left; position: relative; width: 14.285%; text-align: center; }
.navigation li a { display: inline-block; height: 50px; line-height: 50px; margin: 30px 0 0 0; padding: 0; text-decoration: none; text-align: center; text-transform: uppercase; color: #333; font-size: 17px; text-align: center; position: relative; }
.navigation li:hover, .navigation li a:hover, .navigation li.nav_on a { color: #2957a4; }
.navigation li.nav_on:after, .navigation li:hover:after { content: ''; display: block; width: 60%; height: 2px; background: #2957a4; position: absolute; bottom: 0; left: 50%; margin-left: -30%; }
.navigation ul { position: absolute; left: 0; top: 48px; display: none; margin: 0; padding: 0; list-style: none; z-index: 999; background-color: #fff; border-top: 2px solid #e20100; }
.navigation ul li { width: 120px; float: left; border-top: none; }
.navigation ul li:nth-child(even) { background-color: #f5f6f8; }
.navigation ul a { display: block; height: 40px; line-height: 40px; padding: 0; color: #4e607b; font-size: 12px; font-weight: normal; text-decoration: none; border-top: none; }
.navigation ul a:hover { color: #fff; background-color: #fe0100; }
.web_nav { display: none; width: 100%; height: 40px; line-height: 40px; color: #fff; font-size: 16px; margin: 0 auto; font-weight: bold; }
.btn-menu { display: block; float: right; position: relative; background: transparent; cursor: pointer; padding: 27px 0; width: 26px; height: 16px; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.btn-menu:before, .btn-menu:after, .btn-menu span { background-color: #2957a4; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.btn-menu:before, .btn-menu:after { content: ''; position: absolute; top: 0; height: 2px; width: 100%; left: 0; top: 50%; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.btn-menu span { position: absolute; width: 100%; height: 2px; left: 0; top: 50%; overflow: hidden; text-indent: 200%; }
.btn-menu:before { -webkit-transform: translate3d(0, -7px, 0); transform: translate3d(0, -7px, 0); }
.btn-menu:after { -webkit-transform: translate3d(0, 7px, 0); transform: translate3d(0, 7px, 0); }
.btn-menu.active span { opacity: 0; }
.btn-menu.active:before { background-color: #2957a4; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
.btn-menu.active:after { background-color: #2957a4; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }

/* banner 开始 */
.apple-banner { width: 100%; height: 635px; overflow: hidden; }
.apple-banner .swiper-container1 { width: 100%; height: 635px; position: relative; }
.apple-banner .swiper-container1 .swiper-button-prev, .apple-banner .swiper-container1 .swiper-button-next { width: 15%; height: 100%; top: 0; background: none; margin: 0; }
.apple-banner .swiper-container1 .swiper-button-prev { left: 0; }
.apple-banner .swiper-container1 .swiper-button-next { right: 0; }
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display: block; width: 50px; height: 50px; position: absolute; top: 50%; margin-top: -32px; border-radius: 100%; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.apple-banner .swiper-button-prev span { background: rgba(31,110,177,0.3) url(../images/arrows1.png) center center no-repeat; left: 20px; }
.apple-banner .swiper-button-next span { background: rgba(31,110,177,0.3) url(../images/arrows2.png) center center no-repeat; right: 20px; }
.apple-banner .swiper-button-prev:hover span, .apple-banner .swiper-button-next:hover span { opacity: .7; }
/*分页器*/
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction { top: auto; bottom: 30px; }
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 12px; height: 12px; background: none; border: 1px solid #fff; margin: 0 4px; cursor: pointer; border-radius: 0; opacity: 1; border-radius: 50%; }
.apple-banner .swiper-pagination-bullet-active { background: #fff; }

/* banner 结束 */


/*首页产品搜索*/
.h_search { background: #1f6eb1; height: 78px; box-shadow: 0 8px 20px rgba(31, 110, 117, 0.4); }
.h_search .w1300>.fl { width: 70%; position: relative; }
.h_search .w1300>.fl .bd { line-height: 78px; color: rgba(255,255,255,.8); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.h_search .w1300>.fl .bd span { color: #fff; display: inline-block; background: url(../images/hot.png) no-repeat left center; padding-left: 35px; }
.h_search .fr { width: 22%; }
.h_search .fr .search { background: #ffffff; overflow: hidden; margin: 22px 0 0; width: 100%; }
.h_search .fr .search .input { width: 83%; height: 36px; padding: 0 5%; font-size: 13px; border: none; border-right: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-right: -10px; outline: none; }
.h_search .fr .search .submit { width: 20%; height: 36px; background: url(../images/search.png) no-repeat center; cursor: pointer; border: none; outline: none; border: none; }

/*首页产品展示*/
.h_product_box { padding: 60px 0; }
.h_public_title { text-align: center; margin-bottom: 40px; }
.h_public_title p { font-size: 35px; color: #333; font-weight: bold; margin-bottom: 10px; }
.h_public_title p i { font-style: normal; color: #1f6eb1; font-weight: bold; }
.h_public_title span { display: block; background: url(../images/title_ico.png) no-repeat center center; height: 22px; }
.h_public_title2 p { color: #fff; margin-bottom: 20px; }
.h_pro_mulu { margin: 40px 0; text-align: center; height: 45px; overflow: hidden; }
.h_pro_mulu a { display: inline-block; width: 12.5%; height: 45px; line-height: 45px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; color: #828282; position: relative; font-size: 15px; margin: 0 1% 0 0; vertical-align: middle; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;/* background: #1f6eb1; */ border-radius: 5px; border: 1px solid #bfbfbf; }
.h_pro_mulu a:hover { background: #1f6eb1; border: 1px solid #1f6eb1; color: #fff; }

/*右侧产品展示*/
.h_product_box .h_pro_list{ min-height:300px;}
.h_product_box .h_pro_list li { width: 31.333333%; margin-right: 3%; margin-bottom: 25px; transition: all .3s; float: left; border: 1px solid #eee; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.h_product_box .h_pro_list li:nth-child(3n) { margin-right: 0; }
.h_product_box .h_pro_list li .pic { display: block; height: 380px; background: #fff; text-align: center; position: relative; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; overflow: hidden; }
.h_product_box .h_pro_list li .pic:after { content: ''; display: block; opacity: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6) url(../images/pro_hover.png) 10% center no-repeat; position: absolute; top: 0; left: 0; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; }
.h_product_box .h_pro_list li .pic img { max-width: 95%; max-height: 95%; vertical-align: middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s; }
.h_product_box .h_pro_list li .pic .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.h_product_box .h_pro_list li .pro_wz { height: 70px; line-height: 70px; border-top: 1px solid #eee; }
.h_product_box .h_pro_list li .tlt { display: block; float: left; width: 82%; text-align: center; height: 70px; line-height: 70px; color: #666; font-size: 17px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; padding: 0 5%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.h_product_box .h_pro_list li .pro_more { display: block; float: right; width: 18%; height: 70px; background: url(../images/proname_jt2.png) no-repeat center center; border-left: 1px solid #eee; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.h_product_box .h_pro_list li:hover { box-shadow: 2px 2px 6px rgba(0,0,0,.1); border: 1px solid rgba(0,0,0,.1); }
.h_product_box .h_pro_list li:hover .pro_wz { color: #fff; background: #1f6eb1; border-top: 1px solid #1f6eb1; }
.h_product_box .h_pro_list li:hover .pro_wz .tlt { color: #fff; }
.h_product_box .h_pro_list li:hover .pro_wz .pro_more { background: url(../images/proname_jt1.png) no-repeat center center; border-left: 1px solid #1f6eb1; }
.h_product_box .h_pro_list li:hover .pic:after { opacity: 1; background: rgba(0,0,0,.6) url(../images/pro_hover.png) center center no-repeat; }
.h_product_box .h_pro_list li:hover .pic img { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }

/*首页横幅*/
.heng { width: 100%; background: url(../images/heng.png) no-repeat; height: 170px; overflow: hidden; background-size: cover; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.heng .heng_l { float: left; width: 45%; background: url(../images/heng_ico.png) no-repeat left center; padding-left: 80px; margin-top: 50px; }
.heng .heng_l p { font-size: 24px; color: #fff; }
.heng .heng_l b { display: block; font-size: 30px; color: #fff; }
.heng .heng_r { float: right; margin-top: 60px; }
.heng .heng_r a { display: inline-block; width: 180px; height: 60px; line-height: 60px; color: #fff; text-align: center; font-size: 18px; }
.heng .heng_r a.an_ly { background: #0094d1; margin-right: 10px; }
.heng .heng_r a.an_zx { background: #1a1b1c; }

/*首页优势*/
.h_ys_box { width: 100%; padding-top: 60px; padding-bottom: 60px; overflow: hidden; }
.h_ys_box .h_ys { background: #f8f8f8; }
.h_ys_box .h_ys ul li { width: 100%; overflow:hidden; position:relative; }
.h_ys_box .h_ys ul li .ys_img { float: left; width: 50%; }
.h_ys_box .h_ys ul li .ys_img  img{ width:100%;}
.h_ys_box .h_ys ul li .ys_text { float: left; width: 50%; padding:10px 5% 30px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.h_ys_box .h_ys ul li .ys_text em { display: block; font-size: 60px; font-weight: bold; color: #e9e9e9; height: 45px; overflow: hidden; }
.h_ys_box .h_ys ul li .ys_text b { font-size: 26px; font-weight: normal; display: block; }
.h_ys_box .h_ys ul li .ys_text i { width: 30px; height: 5px; background: #1f6eb1; display: block; margin: 20px 0; }
.h_ys_box .h_ys ul li .ys_text p { font-size: 14px; color: #666; line-height: 25px;max-height: 70px;overflow: hidden; }
.h_ys_box .h_ys ul li .ys_k{ position:absolute; top:0;right:0;}
.h_ys_box .h_ys ul li .ys_k1{ position:absolute; bottom:0;left:0;}
.h_ys_box .h_ys ul li:nth-child(2n+2) .ys_img{ float:right;}



/*首页新闻中心*/
.ly_idxNews { width: 100%; background:#f5f5f5; overflow: hidden; padding: 60px 0; }
.ly_idxNews .NewsCon .ly_news {width: 49%;float: left;margin-right: 2%;background: #fff;overflow: hidden;padding: 20px 30px;box-sizing: border-box;box-shadow: 0px 1px 40px 1px rgba(0, 0, 0, 0.1);position:relative; min-height:450px;}
.ly_idxNews .NewsCon .ly_news .newstlt { overflow: hidden; height: 60px;}
.ly_idxNews .NewsCon .ly_news .arttlt { overflow: hidden; height: 60px;}
.ly_idxNews .NewsCon .ly_news .newstlt p { float: left; font-size: 22px; color: #666; }
.ly_idxNews .NewsCon .ly_news .newstlt p span { color: #bbb; text-transform: uppercase; display: inline-block; margin-left: 10px; font-size:16px; }
.ly_idxNews .NewsCon .ly_news .newstlt a { display: block; position:absolute; top:0; right:0;}
.ly_idxNews .NewsCon .ly_news .newstlt a img { display: inline-block; }
.ly_idxNews .NewsCon .ly_news dl {height: 114px;padding-bottom: 25px;border-bottom: 1px solid #ececec;margin-bottom: 20px;}
.ly_idxNews .NewsCon .ly_news dl dt { width: 30%; height: 114px; position: relative; }
.ly_idxNews .NewsCon .ly_news dl dt img { max-width: 100%; max-height: 100%; display: block; position: absolute; margin: auto; left: 0; right: 0; bottom: 0; top: 0; }
.ly_idxNews .NewsCon .ly_news dl dd { width: 68%; overflow: hidden; }
.ly_idxNews .NewsCon .ly_news dl dd .news_tlt { height: 35px; line-height: 35px; }
.ly_idxNews .NewsCon .ly_news dl dd .news_tlt a { display: block; font-size: 16px; color: #666; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ly_idxNews .NewsCon .ly_news dl dd .news_tlt a:hover { color: #1f6eb1; }
.ly_idxNews .NewsCon .ly_news dl dd p { width: 100%; height: 48px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: justify; padding: 0; position: relative; margin-top: 5px; }
.ly_idxNews .NewsCon .ly_news dl dd span { display: block; overflow: hidden; font-size: 14px; margin: 8px 0 0; padding: 0; }
.ly_idxNews .NewsCon .ly_news dl dd span a{ color: #999;}
.ly_idxNews .NewsCon .ly_news dl:hover dd .news_tlt a{ color:#1f6eb1;}
.ly_idxNews .NewsCon .ly_news dl:hover dd span a{ color:#1f6eb1;}
.h_newslist .l2 {width: 100%;background: #fff;padding: 3px 0;box-sizing: border-box;-webkit-transition: 0.5s ease;-moz-transition: 0.5s ease;-ms-transition: 0.5s ease;-o-transition: 0.5s ease;transition: 0.5s ease;}
.h_newslist .l2 .c_wrap { width: 100%; position: relative; margin: 0; padding: 0; }
.h_newslist .l2 .img { float: left; width: 218px; height: 123px; position: absolute; left: 0; top: 0; line-height: 0; overflow: hidden; }
.h_newslist .l2 .img img { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; transition: -webkit-transform 2s; vertical-align: middle; -ms-interpolation-mode: bicubic; }
.h_newslist .l2:hover .img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.h_newslist .l2 .tit { width: 100%; height: 30px; overflow: hidden; line-height: 30px; position: relative; position: relative; margin: 0 auto 2px; padding-right: 100px; overflow: hidden; box-sizing: border-box; }
.h_newslist .l2 .tit a {display: block;width: 100%;height: 30px;overflow: hidden;line-height: 30px;color: #666;font-size: 15px;text-overflow: ellipsis;white-space: nowrap; background:url(../images/news_ico.png) no-repeat left center; padding-left:13px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.h_newslist .l2 .time {width: 100px;height: 30px;overflow: hidden;line-height: 30px;color: #999;font-size: 15px;font-family: Arial;text-align: right;position: absolute;right: 0;top: 0;}
.h_newslist .l2 .info { width: 100%; height: 50px; overflow: hidden; line-height: 25px; color: #999; font-size: 14px; text-align: justify; }
.h_newslist .l2:hover .tit a { color: #1f6eb1; }
.h_newslist .l2:hover .tit a em { opacity: 1; }
.ly_idxNews .NewsCon .ly_article { width: 48.5%; float: right; margin: 0; }


/*首页合作案例 开始*/
.h_case{ padding:60px 0;}
.h_case_list .swiper-container04 { width: 100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0 0 40px; position: relative; min-height:300px; }
.h_case_list .swiper-container04 .swiper-pagination { width: 100%; height: 15px; overflow: hidden; margin: 0; padding: 0; left: 0; bottom: 15px!important; }
.h_case_list .swiper-container04 .swiper-pagination .swiper-pagination-bullet { width: 15px; height: 15px; border-radius: 50%; opacity: 1!important; background-color: #1f6eb1; margin:0 8px; }
.h_case_list .swiper-container04 .swiper-pagination .swiper-pagination-bullet-active { background: #bfbfbf; }
.h_case_list ul li{ width:31.8%; margin:0 2% 30px 0; float:left; background:#f6f6f6; padding:1%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.h_case_list ul li:nth-child(3n) { margin-right:0;}
.h_case_list ul li .pic{ display:block; width:100%; height:275px; overflow:hidden; position:relative;}
.h_case_list ul li .pic img{height:100%; width:100%; object-fit: cover;}

.h_case_list ul li .case_m{ text-align:center;padding:20px 8%; position:relative;}
.h_case_list ul li .case_m p{ display:block; width:185px; height:45px; line-height:45px;  font-size:16px; color:#999; background:#fff; position:absolute;top: -19%;left: 50%;margin-left: -93px;border-radius: 10px;}
.h_case_list ul li .case_m .tit{ display:block; font-size:18px; color:#333; line-height:20px; height:20px; margin: 10px auto;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_case_list ul li .case_m span{ display:block; font-size:14px; color:#999; line-height:25px; height:45px; margin:20px auto;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}
.h_case_list ul li .case_m .more{ display:block; width:61px; height:29px; line-height:29px; text-align:center; margin: 0 auto; background:url(../images/case_jt.png) center center no-repeat;}

.h_case_list ul li:hover{-webkit-box-shadow: #e6e6e6 0px 4px 10px;;-moz-box-shadow: #e6e6e6 0px 4px 10px;;box-shadow: #e6e6e6 0px 4px 10px;;}
.h_case_list ul li:hover .case_m .tit{ color:#1f6eb1;}
.h_case_list ul li:hover .case_m .more{background:url(../images/case_jt1.png) center center no-repeat;}




/*首页-友情链接 开始*/
.ly_Links { width:100%; overflow:hidden; margin:0 auto; padding:20px 0; background-color:#f2f2f2;}
.ly_Links .lyLinks_main { width:1300px; min-height:40px; overflow:hidden; margin:0 auto; padding:0 0 0 180px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyLinks_main .Lk_tit { height:40px; overflow:hidden; line-height:40px; color:#333333; font-size:16px; margin:0; padding:0 0 0 32px; background:url(../images/lk_icon.png) left center no-repeat; position:absolute; left:0; top:0;}
.lyLinks_main .Lk_list { width:100%; overflow:hidden; line-height:40px; color:#999; font-size:14px; margin:0; padding:0;}
.lyLinks_main .Lk_list a { display:inline-block; height:40px; line-height:40px; color:#777; font-size:14px; margin:0 20px 0 0; padding:0;}
.lyLinks_main .Lk_list a:hover { color:#1062c3;}

/*首页-友情链接 结束*/


/*底部 开始*/
.ly_foot { width:100%; margin:0 auto; padding:0; background-color:#173266;}
.ly_foot .ly_f_top{ width:100%; height:63px; line-height:63px; border-bottom:1px solid #1e4285; text-align:center;}
.ly_foot .ly_f_top .ly_f_nav ul li{ display:inline-block; text-align:center;color:#fff; position:relative;}
.ly_foot .ly_f_top .ly_f_nav ul li a{ display:inline-block;color:#fff; font-size:15px; margin-top:20px; padding:0 20px; }
.ly_foot .ly_f_top .ly_f_nav ul li span {display:inline-block;width:2%;height:55px;line-height:55px;text-align:center;color:#fff;}
.ly_foot .ly_Ftmain { overflow:hidden; margin:0 auto; padding:50px 0;}
.ly_Ftmain .ly_FtLeft { width:34%; overflow:hidden; margin:0; padding:0; float:left;}
.ly_FtLeft ul li { width:100%; overflow:hidden; line-height:24px; color:rgba(255, 255, 255, 0.9); font-size:14px; margin:0; padding:8px 0 8px 32px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_FtLeft ul li img { display:block; width:16px; height:20px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:8px;}
.ly_FtLeft .Ft_contact { width:100%; overflow:hidden; margin:0; padding:0;}
.Ft_contact .Ftcont_tit { width:100%; height:25px; overflow:hidden; line-height:25px; color:#fff; font-size:16px; font-weight:bold; margin:0 auto 15px; padding:0; position:relative;}
.Ft_contact .Ftcont_tit em { display:block; width:100%; height:1px; overflow:hidden; margin:0; padding:0; background-color:rgba(255, 255, 255, 0.5); position:absolute; left:80px; top:12px;}
.Ft_contact p { width:100%; overflow:hidden; line-height:24px; color:rgba(255, 255, 255, 0.9); font-size:14px; margin:0 auto; padding:3px 0;}

.ly_Ftmain .ly_FtCenter { width:30%; margin:0 4%; padding:0 4% 0 8%; border-left:1px solid #1e4285; border-right:1px solid #1e4285; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_FtCenter p { width:100%; overflow:hidden; color:#fff; font-size:14px; margin:0 auto; padding:0;}
.ly_FtCenter b { display:block; width:100%; overflow:hidden; line-height:40px; color:rgba(255, 255, 255, 1); font-size:26px; font-weight:400; margin:5px auto; padding:0;}
.ly_FtCenter a {display:block;width: 160px;height: 40px;overflow:hidden;line-height: 40px;color:#fff;font-size: 16px;text-align:center;margin:20px 0 0;padding:0;border: 1px solid #fff;border-radius: 50px;}
.ly_FtCenter a img{ display:inline-block; margin-right:10px; vertical-align:middle;}


.ly_Ftmain .ly_FtRight { width:26%; float:left;}
.ly_FtRight ul li { overflow:hidden; margin:0 0 0 40px; padding:0; float:right;}
.ly_FtRight ul li img { display:block; width:100%; max-width:108px; overflow:hidden; margin:0 auto 10px; padding:0;}
.ly_FtRight ul li p { width:100%; height:20px; overflow:hidden; line-height:20px; color:rgba(255, 255, 255, 0.9); font-size:14px; text-align:center; margin:0 auto; padding:0;}

.ly_foot .ly_FtBottom { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;border-top:1px solid #1e4285;}
.ly_foot .ly_FtBottom .FtBottom_mid { height:auto; overflow:hidden; margin:0 auto; padding:20px 0; text-align:center; color:#fff;}
.ly_FtBottom .FtBottom_mid a { font-size:14px; color:#fff;}



/*底部 结束*/

/**nybanner**/
.nybanner { width: 100%; height: 380px; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.nybanner img { display: block; width: 1920px; height: 380px; overflow: hidden; margin: 0 0 0 -960px; position: absolute; left: 50%; top: 0; }

/*面包屑 开始*/
.ly_crumb { width: 1300px; overflow: hidden; margin: 20px auto; padding: 0 0 0 24px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ly_crumb img { display: block; width: 20px; height: 20px; overflow: hidden; margin: 0; padding: 0; position: absolute; left: 0; top: 10px; }
.ly_crumb p { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #545454; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 0; }
.ly_crumb p a { color: #545454; }
.ly_crumb p a:hover { color: #1062c3; }
.ly_crumb p span { color: #797979; }

/*内页小导航切换*/
#mup { font-size: 14px; height: 40px; overflow: hidden; line-height: 40px; margin: 20px 0; padding: 0; }
#mup b { border-left: 10px solid #469ff7; font-weight: normal; padding-left: 8px; }
.lm_nav { margin: 30px auto; }
.lm_nav ul { width: 100%; margin: 0 auto; text-align: center; }
.lm_nav ul li { display: inline-block; width: 144px; height: 53px; line-height: 53px; font-size: 17px; text-align: center; background: #eee; cursor: pointer; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; margin-right: 15px; border-radius: 5px; }
.lm_nav ul li:hover, .lm_nav li.on { background: #1f6eb1; }
.lm_nav ul li:hover a, .lm_nav ul li.on a { color: #fff; }
.lm_nav ul li a { width: 100%; height: 100%; display: block; color: #666; }

/*内页关于我们*/
.ly_NyAboutus { width: 100%; min-height: 480px; overflow: hidden; margin: 0 auto; padding: 0; }
.ny_abbt { margin-bottom: 30px; }
.ny_abbt p { margin: 20px auto; padding: 0; text-align: center; font-weight: 400; }
.ny_abbt p span { display: block; font-size: 38px; color: #3e3e3e; line-height: 40px; position: relative;/* padding-bottom: 12px; */ }
.ny_abbt p i { display: block; font-size: 18px; line-height: 44px; color: #1f6eb1; font-family: impact; font-weight: normal; text-transform: uppercase; }
/*内页公司介绍 开始*/
.ly_Gsjj { overflow: hidden; margin: 0 auto 60px; padding: 0; }
.lyGsjj_main { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; min-height:300px; }
.lyGsjj_main .lyGsjj_text { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyGsjj_text p { width: 100%; overflow: hidden; line-height: 30px; color: #777; font-size: 15px; text-align: justify; text-indent: 2em; word-break: break-all; margin: 0 auto; padding: 0; }
.lyGsjj_text p span, .lyGsjj_text p em { color: #787878!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 14px!important; font-style: normal!important; font-weight: normal!important; }
.ly_Gsjj .content { display: flex; margin: 44px 0 0 }
.ly_Gsjj .content .left { width: 65%; }
.ly_Gsjj .content .left .img { border-radius: 50px 0 0; overflow: hidden }
.ly_Gsjj .content .right { width: calc(100% - 65%); padding: 0 0 0 10px }
.slow { overflow: hidden }
.slow img:hover { transform: scale(1.05); }/*图片放大*/
.slow img { -moz-transition: all 0.9s ease-in-out; -webkit-transition: all 0.9s ease-in-out; -o-transition: all 0.9s ease-in-out; -ms-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out; }/*缓慢效果*/
.shuzi_box { background: url(../images/n_about_img2.jpg) center repeat; height: 470px; display: flex; align-items: center; justify-content: center; border-radius: 0 0 50px 0; overflow: hidden }
.shuzi_box ul li { padding: 26px 0 }
.shuzi_box ul li p { font-size: 14px; color: #FFF; line-height: 25px }
.shuzi_box ul li b { display: flex; align-items: flex-end; font-weight: normal; }
.shuzi_box ul li b big { font-size: 45px; color: #FFF; font-family: Impact; }
.shuzi_box ul li b sup { font-size: 28px; color: #FFF; font-family: Impact; align-self: end; margin-left: 8px; }
.shuzi_box ul li b small { font-size: 14px; color: #FFF; margin-left: 8px; }

/*内页公司介绍 结束*/

/*内页荣誉资质 开始*/
.ny_about_honor { background: #eff0f2; padding: 40px 0 60px; overflow: hidden; }
.ny_honor_scoll { width: 100%; padding: 10px 0 25px; }
.ny_honor_scoll .item { position: relative; min-height: 240px; padding: 0 50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ny_honor_scoll .item .swiper-container4 { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ny_honor_scoll .item .swiper-container4 .swiper-slide { background: #fff; padding: 3% 0; }
.ny_honor_scoll .item .swiper-container4 .swiper-slide p { text-align: center; font-size: 16px; color: #434343; padding: 0; transition: .5s; }
.ny_honor_scoll .item .swiper-container4 .swiper-slide p a { color: #434343; }
/*分页器*/
.ny_honor_scoll .item .swiper-button-prev, .ny_honor_scoll .item .swiper-button-next { width: 25px!important; height: 45px!important; top: 50%!important; margin: -22.5px 0 0!important; }
.ny_honor_scoll .item .swiper-button-prev { background: url(../images/jiantou_l.png) center center no-repeat; background-size: 25px 45px; left: 0; }
.ny_honor_scoll .item .swiper-button-next { background: url(../images/jiantou_r.png) center center no-repeat; background-size: 25px 45px; right: 0; }
.ny_honor_scoll .item .swiper-container4 .swiper-slide .pic { display: block; width: 100%; float: left; height: 260px; background: #fff; text-align: center; position: relative; overflow: hidden; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-bottom: 26px; }
.ny_honor_scoll .item .swiper-container4 .swiper-slide .pic img { max-width: 95%; max-height: 95%; vertical-align: middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s; }
.ny_honor_scoll .item .swiper-container4 .swiper-slide .pic .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.ny_honor_scoll .item .swiper-container4 .swiper-slide .pic:hover img { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }

/*内页荣誉资质 结束*/

/*内页企业文化 开始*/
.ly_NyAboutus .fl03 { padding: 40px 0 60px; }
.ly_NyAboutus .fl03 .img.img_box1 { border-radius: 48px 48px 0 0; overflow: hidden; position: relative; margin-bottom: 20px; }
.ly_NyAboutus .fl03 .img.img_box1 .top { position: absolute; top: 156px; right: 200px; }
.ly_NyAboutus .fl03 .img.img_box1 .top p{ color:#fff;}
.ly_NyAboutus .fl03 .img.img_box1 .top b { display: block; font-size: 34px; color: #FFF; font-weight: normal; }
.ly_NyAboutus .list_box_17 { display: flex; margin: 0 -10px; }
.ly_NyAboutus .list_box_17 li { width: 50%; padding: 0 10px; position: relative }
.ly_NyAboutus .list_box_17 li .img { background: #000 }
.ly_NyAboutus .list_box_17 li .img img { opacity: .75; max-width: 100%; }
.ly_NyAboutus .list_box_17 li:nth-child(1) .img { border-radius: 0 0 0 50px; }
.ly_NyAboutus .list_box_17 li:nth-child(2) .img { border-radius: 0 0 50px 0; }
.ly_NyAboutus .list_box_17 li .top { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: center; justify-content: center }
.ly_NyAboutus .list_box_17 li .top img { transition: .5s }
.ly_NyAboutus .list_box_17 li .top b { display: block; font-weight: normal; font-size: 24px; color: #FFF; margin: 15px 0; }
.ly_NyAboutus .list_box_17 li .top p { font-size: 15px; color: #FFF; padding: 0 30px; line-height: 25px; }
.ly_NyAboutus .list_box_17 li:hover .top img { transform: rotateY(180deg); }

/*内页企业文化 结束*/

/*内页关于我们 结束*/

/*内页成功案例 开始*/
.n_case{ padding:0 0 60px 0; min-height:300px;}
.n_case ul li { width:100%; overflow:hidden;background: #f4f5f9;margin-bottom: 30px;}
.n_case ul li .img {float: left;width: 30%;height: 240px;overflow: hidden;object-fit: cover;}
.n_case ul li .img img {float: left;overflow: hidden;box-sizing: border-box;object-fit: cover;width: 100%;height: 100%;}
.n_case ul li .right {float: right;width: 70%;padding: 28px 30px;box-sizing: border-box;}
.n_case ul li .right b {display:block;font-size: 22px;color: #484848;margin-bottom: 25px;}
.n_case ul li .right b a{ display:block;color: #484848;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.n_case ul li .right p { font-size: 15px; line-height: 28px; height: 48px; overflow: hidden; color: #7d7d7d; margin-bottom: 35px; }
.n_case ul li .right .an { font-size: 15px; color: #8e8e91; display: inline-block; width: 150px; height: 40px; line-height: 40px; text-align: center; border: #bfbfbf 1px solid; }
.n_case ul li .right .an a{ color:#8e8e91; display:inline-block; width:100%;}
.n_case ul li .right .an img { display:inline-block; margin-left:5px;width: 19px; height: auto; -moz-transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; transition: all 0.36s ease-in-out; }
.n_case ul li:hover .right .an img { width: 0; -moz-transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; transition: all 0.36s ease-in-out; }
.n_case ul li:hover .right .an{ background: #1f6eb1; color: #fff; border: #1f6eb1 1px solid }
.n_case ul li:hover .right .an a{ color:#fff;}
.n_case ul li:hover .right b a { color: #1f6eb1;}

/*内页成功案例 结束*/

/*内页联系我们 开始*/
.lyNyContact { margin-top: 50px; }
.lyNyContact .m { position: relative; z-index: 99999; }
.lyNyContact .lyNyContact_box { overflow: hidden; padding: 70px; margin-top: 50px; border: 1px solid #eee; border-top: 0; border-top: 7px solid #1f6eb1; background: #fff; }
.lyNyContact .lyNyContact_box .left { width: 50%; height: 397px; border-right: 1px solid #e4e7e9; box-sizing: border-box; }
.lyNyContact .lyNyContact_box .right { width: 45%; }
.lyNyContact .lyNyContact_box .tt { margin-bottom: 90px; }
.lyNyContact .lyNyContact_box .tt b { font-size: 36px; color: #1f6eb1; font-weight: bold; text-transform: uppercase; display: inline-block; }
.lyNyContact .lyNyContact_box .tt span { font-size: 16px; color: #696969; display: inline-block; margin-left: 10px; position: relative; top: -2px; }
.lyNyContact .lyNyContact_box ul { border-top: 1px solid #e4e7e9; padding-top: 65px; }
.lyNyContact .lyNyContact_box ul li { font-size: 14px; color: #727273; display: inline-block; padding: 0 10px 0 40px; margin-bottom: 30px; width: 31.3333%; float: left; margin-right: 3%; box-sizing: border-box; max-height: 70px; overflow: hidden; }
.lyNyContact .lyNyContact_box ul li:first-child { width: 100%; }
.lyNyContact .lyNyContact_box ul li:last-child { margin-right: 0; }
.lyNyContact .lyNyContact_box ul li b { display: block; font-weight: normal; font-size: 16px; color: #171717; margin-bottom: 3px; }
.lyNyContact .lyNyContact_box .ewm { width: 40%; float: left; margin-left: 30px; text-align: center; font-size: 16px; color: #303030; }
.lyNyContact .lyNyContact_box .ewm img { max-width: 100%; margin-bottom: 20px; border: 1px solid #e5e5e5; padding: 20px; }
.lyNyContact_map { width: 100%; overflow: hidden; padding: 0; position: relative; margin-top: -65px; z-index: 99; }
.lyNyContact_map .lyNyContact_Mapmain { width: 100%; height: 400px; overflow: hidden; border-top: 1px solid #e5e5e5; background-color: #fff; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.dz_map { height: 400px; overflow: hidden; }

/*内页联系我们 结束*/

/*内页新闻中心 开始*/
.ly_Nynews { padding: 0 0 60px; }
.lyNyNew_Tj { width: 100%; height: auto; margin: 40px auto; padding: 0; background-color: #f3f4f8; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
.lyNyNew_Tj .lyNyNew_TjImg { width: 45%; height: 380px; overflow: hidden; margin: 0; padding: 0; background-color: #fff; position: relative; float: left; }
.lyNyNew_Tj .lyNyNew_TjImg a img { display: block; width: 100%; height: 100%; margin: auto; padding: 0; object-fit: cover; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyNyNew_Tj:hover .lyNyNew_TjImg a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.lyNyNew_Tj .lyNyNew_TjText { width: 55%; height: auto; overflow: hidden; margin: 0; padding: 50px 40px; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName { width: 100%; height: auto; overflow: hidden; margin: 0 auto; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 22px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; font-weight: bold; }
.lyNyNew_Tj:hover .lyNyNew_TjText .lyNyNew_TjName a { color: #1f6eb1; }
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName .lyNyNew_TjTime { width: 80px; height: 40px; overflow: hidden; line-height: 40px; color: #ccc; font-size: 15px; text-align: right; margin: 0; padding: 0; }
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs { width: 100%; overflow: hidden; margin: 20px auto; padding: 0; }
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p { width: 100%; height: 48px; overflow: hidden; line-height: 28px; color: #aaa; font-size: 15px; text-align: justify; text-indent: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin: 0 auto; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyNyNew_Tj:hover .lyNyNew_TjText .lyNyNew_TjMs p { text-indent: 2em; }
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMore { width: 100%; height: 45px; overflow: hidden; margin: 40px auto 0; padding: 0; }
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMore a { display: block; width: 140px; height: 45px; overflow: hidden; line-height: 45px; color: #fff; font-size: 15px; text-align: center; margin: 0; padding: 0; border-radius: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #333; }
.lyNyNew_Tj:hover .lyNyNew_TjText .lyNyNew_TjMore a { color: #fff; background-color: #1f6eb1; }
.nw_list { width: 100%; min-height: 400px; margin: 25px auto 0; padding: 0; }
.nw_list ul li { width: 50%; height: auto; overflow: hidden; padding: 40px 20px; background-color: #fff; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-right: 1px solid #eee; border-bottom: 1px solid #eee; }
.nw_list ul li .time { width: 15%; float: left; text-align: center; background: #eee; height: 80px; padding-top: 15px; box-sizing: border-box; }
.nw_list ul li .time .year { font-size: 15px; color: #757575; font-weight: normal; }
.nw_list ul li .time span { width: 20%; margin: 0 auto; height: 1px; background: #888; display: block; }
.nw_list ul li .time .month { font-size: 22px; color: #888; }
.nw_list ul li .nws_text { width: 82%; height: auto; overflow: hidden; float: right; padding: 0; }
.nw_list ul li .nws_text .nw_name { margin: 0 0 4px; }
.nw_list ul li .nws_text .nw_name a { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 18px; text-overflow: ellipsis; white-space: nowrap; margin: 0 auto; padding: 0; }
.nw_list ul li .nws_text p { width: 100%; height: 48px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: justify; margin: 0 auto; padding: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.nw_list ul li:hover { background: #1f6eb1; }
.nw_list ul li:hover .nws_text .nw_name a { color: #fff; }
.nw_list ul li:hover .time { background: #fff; }
.nw_list ul li:hover .time .year { color: #1f6eb1; }
.nw_list ul li:hover .time span { color: #1f6eb1; }
.nw_list ul li:hover .time .month { color: #1f6eb1; }
.nw_list ul li:hover .nws_text p { color: #fff; }

/*内页新闻中心 结束*/

/*内页-新闻详情&文章详情 开始*/
.ly_NyNewsdetail { width: 1200px; overflow: hidden; margin: 60px auto; padding: 0; }
.ly_NyNewsdetail .NyNewsdetail_title { width: 100%; overflow: hidden; line-height: 32px; color: #333; font-size: 24px; font-weight: bold; text-align: center; margin: 0 auto; padding: 0; }
.ly_NyNewsdetail .NyNewsdetail_tips { width: 100%; height: auto; overflow: hidden; line-height: 20px; color: #aaa; font-size: 14px; text-align: center; margin: 20px auto; padding: 0 0 10px; border-bottom: 1px dashed #dfdfdf; }
.ly_NyNewsdetail .NyNewsdetail_con { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; line-height: 30px; color: #565656; font-size: 15px; text-align: justify; }
.NyNewsdetail_con p, .NyNewsdetail_con div { width: 100%; overflow: hidden; line-height: 30px; color: #565656; font-size: 15px; text-align: justify; _text-indent: 2em; margin: 0 auto; padding: 0; }
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color: #565656!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 15px!important; }
.NyNewsdetail_con table tr td p { text-indent: 0!important; }
.NyNewsdetail_con img { display: inline-block; width: auto!important; height: auto!important; max-width: 100%; margin: 0 auto; padding: 0; text-indent: 0!important; }

.ly_PrevNext { width: 100%; overflow: hidden; margin: 60px auto 0; padding: 20px 0 0; border-top: 1px solid #eaeaea; }
.ly_PrevNext ul li { width: 50%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ly_PrevNext ul li a { color: #666; font-size: 14px; }
.ly_PrevNext ul li:last-child { text-align: right; }
.ly_PrevNext ul li:hover { color: #1f6eb1; }
.ly_PrevNext ul li:hover a { color: #1f6eb1; }

/*内页-新闻详情&文章详情 结束*/


/*内页-产品列表 开始*/
.ly_NyProducts { padding: 20px 0 30px; }
.nyPro_list { width: 100%; height: auto; margin: 0 auto; padding: 0 0 0.1px; }
.nyPro_list ul li { width: 100%; height: auto; margin: 0 auto 30px; padding: 20px; background-color: #fff; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.nyPro_list ul li:hover { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.nyPro_list ul li .nyProList_img { width: 24%; height: 158px; overflow: hidden; margin: 0; padding: 0; background-color: #fff; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.nyPro_list ul li .nyProList_img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: #fff; position: relative; }
.nyPro_list ul li .nyProList_img a img.nyPro_img { display: block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.nyPro_list ul li:hover .nyProList_img a img.nyPro_img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.nyPro_list ul li .nyProList_text { width: 72%; height: 158px; overflow: hidden; margin: 0; padding: 0; float: right; }
.nyPro_list ul li .nyProList_text .nyProList_name { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.nyProList_text .nyProList_name a { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; }
.nyProList_text .nyProList_name a:hover { color: #1f6eb1; }
.nyPro_list ul li .nyProList_text .nyProList_ms { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.nyProList_text .nyProList_ms p { width: 100%; height: 48px; overflow: hidden; line-height: 24px; color: #797979; font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin: 0 auto; padding: 0; }
.nyPro_list ul li .nyProList_text .nyProList_tips { width: 100%; overflow: hidden; margin: 3px auto; padding: 0; }
.nyProList_text .nyProList_tips dl dd { display: inline-block; height: 40px; overflow: hidden; line-height: 40px; color: #aaa; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 0 10px 0 0; float: left; }
.nyProList_text .nyProList_tips dl dd span { color: #333; }
.nyPro_list ul li .nyProList_text .nyProList_btn { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.nyProList_text .nyProList_btn a { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 32px; color: #999; font-size: 14px; text-align: center; margin: 0 20px 0 0; padding: 0; border: 1px solid #ccc; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.nyProList_text .nyProList_btn a:hover { color: #fff; background-color: #1f6eb1; border: 1px solid #1f6eb1; }
.lyNy_Xgwz { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.lyNy_Xgwz .Xgwz_tit { overflow: hidden; margin: 0 auto; padding: 18px 20px; background-color: #1f6eb1; }
.Xgwz_tit p { height: 40px; line-height: 40px; color: #fff; font-size: 33px; font-weight: 700; text-align: center; margin: 0 auto; padding: 0; margin-bottom: 5px; }
.Xgwz_tit span { display: block; height: 20px; line-height: 20px; color: rgba(255, 255, 255, 0.2); font-size: 13px; text-align: center; text-transform: uppercase; margin: 0 auto; padding: 0; }
.lyNy_Xgwz .Xgwz_list { width: 100%; min-height: 150px; overflow: hidden; margin: 0 auto; padding: 0 8px; border: 2px solid #1f6eb1; border-top: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyNy_Xgwz .Xgwz_list ul li { width: 100%; overflow: hidden; margin: 0 auto; padding: 0 0 0 20px; border-bottom: 1px dashed #dfdfdf; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyNy_Xgwz .Xgwz_list ul li:last-child { border: 0; }
.lyNy_Xgwz .Xgwz_list ul li em { display: block; width: 20px; height: 20px; overflow: hidden; margin: 0; padding: 0; background: url(../images/jt2.png) center center no-repeat; position: absolute; left: 0; top: 14px; }
.lyNy_Xgwz .Xgwz_list ul li:hover em { background: url(../images/jt3.png) center center no-repeat; }
.lyNy_Xgwz .Xgwz_list ul li a { display: block; width: 100%; height: 48px; overflow: hidden; line-height: 48px; color: #333; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; }
.lyNy_Xgwz .Xgwz_list ul li a:hover { color: #1f6eb1; }

/*内页-产品列表 结束*/

/*产品分类 开始*/
.lyNyPro_main .lyNyPro_left { width: 22%; overflow: hidden; margin: 0; padding: 0; float: left; }
.lyNyPro_main .lyNyPro_right { width: 75%; height: auto; margin: 0; padding: 0; float: right; }
.lyNyPro_left .h_left { width: 100%; overflow: hidden; background-color: #fff; margin: 0 0 30px; }
.lyNyPro_left .cp_type { margin: 0; }
.lyNyPro_left .cp_type .hd { text-align: center; background-color: #1f6eb1; padding: 18px 20px; }
.lyNyPro_left .cp_type .hd p { height: 40px; line-height: 40px; font-size: 33px; color: #fff; font-weight: 700; margin-bottom: 5px; }
.lyNyPro_left .cp_type .hd span { display: block; height: 20px; line-height: 20px; font-size: 13px; color: rgba(255, 255, 255, 0.2); text-transform: uppercase; }
.lyNyPro_left .cp_type .bd { padding: 15px; border: 5px solid #1f6eb1; border-top: 0; background: #fbfbfb; }
.lyNyPro_left .cp_type .bd ul li { margin: 0 auto 12px; }
.lyNyPro_left .cp_type .bd ul li:last-child { margin: 0 auto; }
.lyNyPro_left .cp_type .bd ul li p { height: 45px; line-height: 45px; background-color: #fff; border-radius: 48px; }
.lyNyPro_left .cp_type .bd ul li p a { display: block; width: 80%; padding: 0 0 0 25px; overflow: hidden; line-height: 44px; color: #666; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyNyPro_left .cp_type .bd ul li p span { display: block; width: 20%; height: 100%; background: url(../images/mulu4.png) center center no-repeat; cursor: pointer; float: right; }
.lyNyPro_left .cp_type .bd ul li div { display: none; }
.lyNyPro_left .cp_type .bd ul li div a { display: block; height: 44px; line-height: 44px; color: #797979; font-size: 14px; padding: 0 20px 0 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: url(../images/icon4.png) 20px center no-repeat; }
.lyNyPro_left .cp_type .bd ul li div a:first-child { }
.lyNyPro_left .cp_type .bd ul li p:hover, .lyNyPro_left .cp_type .bd ul li.on p { background-color: #1f6eb1; }
.lyNyPro_left .cp_type .bd ul li p:hover a, .lyNyPro_left .cp_type .bd ul li.on p a { color: #fff; }
.lyNyPro_left .cp_type .bd ul li p:hover span { background: url(../images/mulu3.png) center center no-repeat; }
.lyNyPro_left .cp_type .bd ul li.on p span { background: url(../images/mulu5.png) center center no-repeat; }
.lyNyPro_left .cp_type .bd ul li div a:hover { color: #1f6eb1; background: url(../images/icon5.png) 20px center no-repeat; }
.cp_type .bd a.pro_ckqb { display: block; height: 34px; line-height: 34px; font-size: 16px; color: #333; background: #f1f1f1; width: 94%; margin: 10px auto; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; }
.cp_type .bd a.pro_ckqb:hover { background: #1f6eb1; color: #fff; }

/*产品分类 结束*/

/*内页产品中心 开始*/
.lyNyPro_right .n_pro_list{ min-height:300px;}
.lyNyPro_right .n_pro_list li { width: 31.333333%; margin-right: 3%; margin-bottom: 25px; transition: all .3s; float: left; border: 1px solid #eee; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyNyPro_right .n_pro_list li:nth-child(3n) { margin-right: 0; }
.lyNyPro_right .n_pro_list li .pic { display: block; height: 300px; background: #fff; text-align: center; position: relative; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; overflow: hidden; }
.lyNyPro_right .n_pro_list li .pic:after { content: ''; display: block; opacity: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6) url(../images/pro_hover.png) 10% center no-repeat; position: absolute; top: 0; left: 0; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; }
.lyNyPro_right .n_pro_list li .pic img { max-width: 95%; max-height: 95%; vertical-align: middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s; }
.lyNyPro_right .n_pro_list li .pic .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.lyNyPro_right .n_pro_list li .pro_wz { height: 70px; line-height: 70px; border-top: 1px solid #eee; }
.lyNyPro_right .n_pro_list li .tlt { display: block; float: left; width: 82%; text-align: center; height: 70px; line-height: 70px; color: #666; font-size: 17px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; padding: 0 5%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyNyPro_right .n_pro_list li .pro_more { display: block; float: right; width: 18%; height: 70px; background: url(../images/proname_jt2.png) no-repeat center center; border-left: 1px solid #eee; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyNyPro_right .n_pro_list li:hover { box-shadow: 2px 2px 6px rgba(0,0,0,.1); border: 1px solid rgba(0,0,0,.1); }
.lyNyPro_right .n_pro_list li:hover .pro_wz { color: #fff; background: #1f6eb1; border-top: 1px solid #1f6eb1; }
.lyNyPro_right .n_pro_list li:hover .pro_wz .tlt { color: #fff; }
.lyNyPro_right .n_pro_list li:hover .pro_wz .pro_more { background: url(../images/proname_jt1.png) no-repeat center center; border-left: 1px solid #1f6eb1; }
.lyNyPro_right .n_pro_list li:hover .pic:after { opacity: 1; background: rgba(0,0,0,.6) url(../images/pro_hover.png) center center no-repeat; }
.lyNyPro_right .n_pro_list li:hover .pic img { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }


/*内页产品中心 结束*/


/*内页产品详情 开始*/
/*内页-产品详情 开始*/
.ly_NyProDetail { overflow: hidden; margin: 60px auto; padding: 0; }
.ly_NyProDetail .lyNyProDetail_con { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.lyNyProDetail_con .lyNyProDetail_left { width: 21%; overflow: hidden; margin: 0; padding: 0; float: left; }
.lyNyProDetail_con .lyNyProDetail_right { width: 76%; overflow: hidden; margin: 0; padding: 0; float: right; }
.lyNyProDetail_right .lyNyProDetail_ConTit { margin: 0 auto 30px; padding: 0; background-color: #f8f8f8; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyNyProDetail_ConTit p { width: 180px; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 20px; text-align: center; margin: 0; padding: 0 20px; background-color: #1f6eb1; }
.lyNyProDetail_right .lyNyProDetail_ConText { width: 100%; overflow: hidden; line-height: 28px; color: #555; font-size: 14px; margin: 0 auto 30px; padding: 0; }
.lyNyProDetail_ConText img, .lyNyProDetail_ConText table, .lyNyProDetail_ConText tr, .lyNyProDetail_ConText td, .lyNyProDetail_ConText p, .lyNyProDetail_ConText span, .lyNyProDetail_ConText div, .lyNyProDetail_ConText video, .lyNyProDetail_ConText embed { max-width: 100% !important; max-height: 100%; line-height: 28px; color: #555; font-size: 14px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; white-space: normal; word-break: break-all; margin: 0!important; }
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color: #565656!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 15px!important; }
.lyNyProDetail_ConText table tr td p { text-indent: 0!important; }
.lyNyProDetail_ConText img { display: inline-block;  height: auto!important; max-width: 100%; margin: 0 auto; padding: 0; text-indent: 0!important; }

.pro_detail_main { width: 100%; height: auto; margin: 0 auto 40px; padding: 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.pro_detail_main .pro_detail_img { width: 480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.pro_detail_img .pro_detail_img_main { width: 100%; height: 100%; margin: 0 auto; padding: 0; position: relative; }
.pro_detail_img_main img { display: block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.pro_detail_main .pro_detail_text { width: 42%; min-height: 360px; overflow: hidden; margin: 0; padding: 0 0 77px; float: right; position: relative; }
.pro_detail_main .sale_detail_text { min-height: 280px; }
.pro_detail_text h1 { width: 100%; overflow: hidden; line-height: 40px; color: #32353a; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0; }
.pro_detail_text .jyms { width: 100%; height: 140px; overflow: hidden; margin: 20px auto; padding: 20px; background-color: #f8f8f8; box-sizing: border-box; }
.pro_detail_text .jyms p { width: 100%; height: 100px; overflow: hidden; line-height: 25px; color: #888; font-size: 14px; text-align: justify; margin: 0 auto; padding: 0; }
.pro_detail_text .jyms p span { color: #333; font-weight: bold; }
.pro_detail_text ul { width: 100%; margin: 20px auto; padding: 0; }
.pro_detail_text ul li { width: 50%; height: 30px; overflow: hidden; line-height: 30px; color: #888; font-size: 15px; text-align: justify; white-space: nowrap; text-overflow: ellipsis; margin: 10px auto; padding: 0; float: left; }
.pro_detail_text ul li img { display: block; width: 16px; height: 16px; overflow: hidden; margin: 7px 4px 7px 0; padding: 0; float: left; }
.pro_detail_text ul li span { color: #333; }
.pro_detail_text .pro_detail_btn { width: 100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position: absolute; left: 0; bottom: 0; }
.pro_detail_btn a { display: block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left; }
.pro_detail_btn a.prodtl_btn1 { float: left; margin: 0 4% 0 0; background-color: #1f6eb1; }
.pro_detail_btn a.prodtl_btn2 { float: left; background-color: #4a4a4a; }
.pro_detail_btn a.prodtl_btn1:hover { background-color: #2957a4; }
.pro_detail_btn a.prodtl_btn2:hover { background-color: #2a2a2a; }
/**产品详情页产品图片切换**/
.prodetail_img { width: 55%; height: 440px; margin: 0; padding: 0; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.prodetail_imgsale { height: 380px; }
#preview { width: 100%; margin: 0; text-align: center; position: relative; }
#preview .jqzoom_wrap { border: 1px solid #dfdfdf; padding: 10px 2%; width: 80%; float: left; box-sizing: border-box; }
.list-h li { float: left; }
#spec-n5 { width: 17%; overflow: hidden; float: right;height: 437px;}
#spec-left { width: 16px; height: 70px; float: left; cursor: pointer; margin-top: 3px; }
#spec-right { width: 16px; height: 70px; float: left; cursor: pointer; margin-top: 3px; }
#spec-list { width: 440px; float: left; overflow: hidden; margin-left: 2px; display: inline; }
#spec-list ul { }
#spec-list ul li { float: left; display: inline; padding: 0; width: 100%; height: 98px; margin: 0 2% 15px 0; }
#spec-list ul li:last-child { margin: 0; }
#spec-list ul li p { width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; border: 1px solid #dfdfdf; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
#spec-list ul li:hover p { border: 1px solid #1f71c2; }
#spec-list ul li img { display: block; max-width: 94%; max-height: 94%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
/*jqzoom*/
.jqzoom { position: relative; width: 100%; height: 415px; overflow: hidden; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.jqzoom img { display: block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.zoomdiv { z-index: 100; position: absolute; top: 1px; left: 0px; background: url(i/loading.gif) #fff no-repeat center center; border: 1px solid #eaeaea; display: none; text-align: center; overflow: hidden; left: 104%!important; top: 0!important; }
.bigimg { }
.jqZoomPup { width: 200px!important; height: 200px!important; z-index: 10; visibility: hidden; position: absolute; top: 0px; left: 0px; background: url(../images/mask.png) 0 0 repeat; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); cursor: move; }
#spec-list { position: relative; width: 100%; margin: 0; }
#spec-list div { width: 100%!important; height: 70px!important; margin: 0; }
#ceshi { display: block; margin: auto!important; left: 0; top: 0; bottom: 0; right: 0; }
.prodetail_img a.videoIco { left: 20px!important; bottom: 20px!important; z-index: 99!important; }
.Warning { width: 100%!important; height: 100%!important; }

/*内页-产品详情 结束*/


/*分页样式 开始*/
#fengye { text-align: center; margin: 50px auto; color: #555; font-size:14px;}
#fengye a { display: inline-block; padding: 0 10px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size:14px;}
#fengye a:hover { background: #1f6eb1; color: #ffffff; }
#fengye a.pnnum1 { background: #1f6eb1; color: #ffffff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #1f6eb1; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
#fengye .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default;}


/*分页样式 结束*/

/*右侧漂浮 开始*/
.client-2 {position:fixed;right:-170px;top:50%;z-index:99999;}
.client-2 li a {text-decoration:none;}
.client-2 li {margin-top:1px;clear:both;height:71px;position:relative;}
.client-2 li i {background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin: 4px auto 0;text-align:center;}
.client-2 li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client-2 .my-kefu-qq i {background-position:4px 5px;}
.client-2 .my-kefu-tel i {background-position:0 -21px;}
.client-2 .my-kefu-liuyan i {background-position:4px -53px;}
.client-2 .my-kefu-weixin i {background-position:-34px 4px;}
.client-2 .my-kefu-weibo i {background-position:-30px -22px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left {float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right {font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {background:#1f6eb1;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main {background:#1f6eb1;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img {width:115px;height:115px;}


/*右侧漂浮 结束*/
#qb_collection_img_mask{display:none !important;}


/*详情页内容超出设置*/

#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}

#c_detail_wrap #new-div{overflow-x: hidden;overflow-y: hidden;width: 100%;position:relative;}
#c_detail_wrap #new-div .zoom-caret{display:block;position: absolute;top: 10px;right: 5px;font-size: 50px;color: #a7a5a5;z-index: 2;padding: 0;margin: 0;opacity: .3;}
#c_detail_wrap #new-div table{transform-origin: left top;border-collapse: collapse;max-width: none!important;width: auto;}
#c_detail_wrap #new-div table td{padding: 3px;border: 1px solid #ccc;}
#c_detail_wrap #new-div table td img{max-width:90% !important;}

#c_detail_wrap #new-div.on{overflow:scroll; width: 100%;}
#c_detail_wrap #new-div.on .zoom-caret{display:none;}

/*设置滚动条样式*/
#c_detail_wrap #new-div::-webkit-scrollbar {height:2px;}/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {background-color:#f0f0f0;border-radius:0px;}/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {background-color:#bfbfbf;}
#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {background-color:#3c3c3c;}



/*在线留言*/

.msg_btn input { width:160px!important; height:44px!important; line-height:44px!important; color:#fff!important; font-size:15px!important; text-align:center!important; border:none!important; background-color:#1f6eb1!important; cursor:pointer!important;}
.msg_btn input:last-child { background-color:#ccc!important;}

/*内页-荣誉资质 开始*/
.ly_NyHonor { width:1300px; height:auto; margin:30px auto 60px; padding:0;}
.ly_NyHonor .lyNyHonor_list { width:100%; height:auto; margin:0 auto; padding:0; min-height:300px;}
.lyNyHonor_list ul li { width:23.5%; overflow:hidden; margin:0 2% 20px 0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyHonor_list ul li:nth-child(4n+4) { margin:0;}
.lyNyHonor_list ul li a.pic { display:block;  height:200px; padding:2%;overflow:hidden; margin:0 auto;background-color:#fff; position:relative;text-align:center;border:1px solid #dedede;border-bottom:0;}
.lyNyHonor_list ul li a img { max-width:100%; max-height:100%; vertical-align:middle; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyHonor_list ul li a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.lyNyHonor_list ul li a:hover img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyHonor_list ul li a.tlt { display:block; width:94%; height:44px; overflow:hidden; line-height:44px; color:#fff; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0 3%; background-color:rgba(0, 0, 0, 0.4); }
.lyNyHonor_list ul li:hover .tlt{ background-color:#1f6eb1;}

/*内页-荣誉资质 结束*/